home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / sgml / unix / sgmlc / arcsynrf.c < prev    next >
Encoding:
C/C++ Source or Header  |  1991-07-03  |  1.9 KB  |  73 lines

  1. /******************************************************************************/
  2. /* ARCSYNRF: Reserved names and other constants for reference concrete syntax.
  3. */
  4. #include "entity.h"           /* Templates for entity control blocks. */
  5. #include "synxtrn.h"          /* Declarations for concrete syntax constants. */
  6. #include "adl.h"              /* Definitions for attribute list processing. */
  7. /******************************************************************************/
  8. struct sintax syn = {
  9.      {                        /* Keywords (reserved names). */
  10.           "ANY",
  11.           "ATTLIST",
  12.           "CAPACITY",
  13.           "CDATA",
  14.           "CHARSET",
  15.           "CONREF",
  16.           "CURRENT",
  17.           "DEFAULT",
  18.           "DOCTYPE",
  19.           "DOCUMENT",
  20.           "DTD",
  21.           "ELEMENT",
  22.           "ELEMENTS",
  23.           "EMPTY",
  24.           "ENDTAG",
  25.           "ENTITIES",
  26.           "ENTITY",
  27.           "FIXED",
  28.           "ID",
  29.           "IDREF",
  30.           "IDREFS",
  31.           "IGNORE",
  32.           "IMPLIED",
  33.           "INCLUDE",
  34.           "LINK",
  35.           "LINKTYPE",
  36.           "LPD",
  37.           "MD",
  38.           "MS",
  39.           "NAME",
  40.           "NAMES",
  41.           "NDATA",
  42.           "NMTOKEN",
  43.           "NMTOKENS",
  44.           "NONSGML",
  45.           "NOTATION",
  46.           "NUMBER",
  47.           "NUMBERS",
  48.           "NUTOKEN",
  49.           "NUTOKENS",
  50.           "PCDATA",
  51.           "PI",
  52.           "PUBLIC",
  53.           "RCDATA",
  54.           "RE",
  55.           "REQUIRED",
  56.           "RS",
  57.           "SDATA",
  58.           "SGML",
  59.           "SHORTREF",
  60.           "SPACE",
  61.           "STARTTAG",
  62.           "SUBDOC",
  63.           "SYNTAX",
  64.           "SYSTEM",
  65.           "TAB",
  66.           "TEMP",
  67.           "TEXT",
  68.           "USELINK",
  69.           "USEMAP",
  70.      },
  71. };
  72. /******************************************************************************/
  73.